home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / fatt121.zip / FATTACH.CTL < prev    next >
Text File  |  1991-10-15  |  5KB  |  153 lines

  1. ;
  2. ;                        Configuration of FAttach
  3. ;
  4. ;       FAttach  Copyright (C) 1991  MiPA Software Development GmbH
  5. ;       ===========================================================
  6. ;
  7. ;       Comments start with a ";" and are not allowed after a Keyword
  8. ;       Keywords are NOT case sensitive.
  9. ;
  10. ;       If [N] is at the beginning of a comment it means that the
  11. ;       Keyword is ESSENTIAL, if [O] it is optional. Keywords that
  12. ;       are not needed must be commented out with ";" or deleted.
  13. ;
  14. ; [N]   Sysop-Name for From: FileAttach-Mail
  15. Sysop   Mike Paschen
  16. ;
  17. ;
  18. ; [N]   Main address
  19. Address 2:240/100
  20. ;
  21. ;
  22. ; [O]   You may define several AKA's to wich FAttach mail may be
  23. ;       directed.               
  24. AKA     2:240/101
  25. AKA     2:240/2000
  26. AKA     2:25163/0
  27. ;
  28. ;
  29. ; [N]   Full path to your Netmail directory, finishing '\' is optional.
  30. NetMail C:\Fido\Netmail
  31. ;
  32. ;
  33. ; [N]   List of all directorys from wich frequests are allowed.
  34. ;       One directory per line, finishing "\" is optional.
  35. FreqDir C:\Fido\Filepath.lst
  36. ;
  37. ;
  38. ; [O]   List of directorys that are PASSWORD protected, but are in
  39. ;       FreqDir. These directorys will not be seen through.
  40. NoFreq  C:\Fido\NoFreq.lst
  41. ;
  42. ;
  43. ;  [O]  List of MAGIC's, so that magic file names also can be considered.
  44. ;       One Magic name per line.
  45. ;       Syntax as Follows.
  46. ;       FILES  K:\Allfiles\22400100.arj
  47. Magic   C:\Fido\Magic.lst
  48. ;
  49. ;
  50. ; [O]   Textfile, that will be hung on to the FileAttach-Msg's.
  51. ;       For infos, finger slapping and so on.
  52. ;       If this parameter is left out and both the MsgFile und MsgSize 
  53. ;       parameters are left out then this text will allways be attached.
  54. MsgText C:\Fido\FAttach.msg
  55. ;
  56. ;
  57. ; [O]   MsgSubject defines the subject of MsgText
  58. MsgSubject  Filerequest via FAttach
  59. ;
  60. ;
  61. ; [O]   With the parameter MsgFile you can define that the textfile
  62. ;       only be sent when this amount of files are requested.
  63. MsgFile 10
  64. ;
  65. ;
  66. ; [O]   With the parameter MsgSize you can define that the textfile
  67. ;       only be sent if the filerequest reaches this kilobyte amount.
  68. MsgSize 1024
  69. ;
  70. ;
  71. ; [O]   List of nodes (one entry per line), that are allowed to
  72. ;       use FAttach. if this list is not defined everyone can use
  73. ;       it (point can be closed out using NoPoints).
  74. ;       If used only Points & Nodes in this list can use FAttach.
  75. ;
  76. ;       Only ONE or NONE of the lists may be used, because both
  77. ;       list stop the other one.
  78. NodeOk  C:\Fido\NodeOk.lst
  79. ;
  80. ;
  81. ; [O]   List of nodes (one entry per line), who are NOT allowed
  82. ;       to use FAttach. 
  83. ;       Use the same as in NodeOk.
  84. NodeBad C:\Fido\NodeBad.lst
  85. ;
  86. ;
  87. ; [O]   NoPoints is used to stop points using FAttach.
  88. ;       This is for Sysops who want to protect their files  :-)
  89. NoPoints
  90. ;
  91. ;
  92. ; [N]   Maximum amount of files per FAttach msg. If a node sends 
  93. ;       more than one message it doesn't work.
  94. MaxFiles 20
  95. ;
  96. ;
  97. ; [N]   Level 1 - Only the frequested files will be logged
  98. ;       Level 2 - All files found in a frequest will be logged.
  99. LogLevel 1
  100. ;
  101. ;
  102. ; [O]   Directory + Filename for the logfile. Default is FATTACH.LOG
  103. ;       in the directory where FAttach resides in
  104. Logfile J:\Fido\Logfile\Fattach.log
  105. ;
  106. ;
  107. ; [N]   The MailFlag specifys if the fileattach-msg's get Hold (H),
  108. ;       Direct (D) or Crash (C) flag. Be very careful with the 
  109. ;       (D) and (C) flag.
  110. ;
  111. ;       Use it only together with the NodeOk-list, because these
  112. ;       people will have the pleasure of only sending the request MSG
  113. ;       and you send the files ;-)
  114. ;
  115. ;       With several CTL-Files you can make differences, so that
  116. ;       normal nodes get Hold. And special nodes get Crash. To do
  117. ;       this FAttach must be loaded with a CTL-File as parameter.
  118. ;
  119. ;       Only one of these flags can be set.
  120. MailFlag H | D | C
  121. ;
  122. ;
  123. ; [O]   For the finger slapping MsgText you can define an origin.
  124. ;       Net address is not allowed because it will be done automatically.
  125. ;
  126. ;       If an answer is made because the file was not found this 
  127. ;       origin will be used.
  128. Origin  Filerequest via FAttach
  129. ;
  130. ;
  131. ; [O]   If FileInfo is used for every found file the description line
  132. ;       in FILES.BBS will be picked out and sent as MAIL.
  133. FileInfo
  134. ;
  135. ;
  136. ; [O]   If StopFound is set FAttach stops searching for more files
  137. ;       after one file was found and no wildcard was used. Than the
  138. ;       requester gets only the file that was found first if you have
  139. ;       several files with the same name on your system.
  140. StopFound
  141. ;
  142. ; [O]   One or more NickName's for FATTACH can be defined. You may use
  143. ;       NICKNAME fattache for the users who add an E at the end or so.
  144. ;       Using several NICKNAME <NickName> defines different NickNames
  145. NickName Fattache
  146. NickName Freq
  147. ;
  148. ;       ==========================================================
  149. ,              Critics, updatewishes and stuff like that to
  150. ;
  151. ;                     Mike Paschen, FidoNet (2:240/100)
  152. ;       ==========================================================
  153.